home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / printing / vsview17 / child3.frm < prev    next >
Text File  |  1994-11-04  |  1KB  |  45 lines

  1. VERSION 2.00
  2. Begin Form Child3 
  3.    BackColor       =   &H00FFFF80&
  4.    Caption         =   "Child3"
  5.    ClientHeight    =   2370
  6.    ClientLeft      =   2190
  7.    ClientTop       =   3390
  8.    ClientWidth     =   2505
  9.    Height          =   2865
  10.    Left            =   2085
  11.    LinkTopic       =   "Form4"
  12.    MDIChild        =   -1  'True
  13.    ScaleHeight     =   2370
  14.    ScaleWidth      =   2505
  15.    Top             =   3000
  16.    Width           =   2715
  17.    Begin vsInForm vsInForm1 
  18.       BarColor        =   &H00C0C0C0&
  19.       BarColorInactive=   &H00C0C0C0&
  20.       BarHeight       =   21
  21.       ButtonsRight    =   1  '1
  22.       CapColor        =   &H00800000&
  23.       CapColorInactive=   &H00800000&
  24.       Caption         =   "Child3"
  25.       ConvInfo        =   CHILD3.FRX:0000
  26.       FrameColor      =   &H00000080&
  27.       FrameColorInactive=   &H00000080&
  28.       FrameWidth      =   6
  29.       Left            =   525
  30.       PictLeft0       =   CHILD3.FRX:000B
  31.       PictRight0      =   CHILD3.FRX:00FD
  32.       Top             =   315
  33.    End
  34. End
  35. Option Explicit
  36.  
  37. Sub Form_Load ()
  38.   VSinform1.CustomFrame = True
  39. End Sub
  40.  
  41. Sub VSInForm1_ClickRButton (Button As Integer)
  42.   Windowstate = 1
  43. End Sub
  44.  
  45.